home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 016a / alltips.zip / TT98.011 < prev    next >
Text File  |  1991-08-26  |  2KB  |  56 lines

  1.  
  2.  
  3. Tech Tip #98.011
  4. 03/20/91
  5.  
  6.  
  7. Problem: 
  8.  
  9. Cards like the Serial Intelligent Controllers, Computone/Digiboard
  10. etc., require 64k/128k, etc. of non-cache area. What should be the 
  11. address setting for these cards on the Enterprise, EISA boards?
  12.  
  13.  
  14. Solution:
  15.  
  16. On the MKIII AT boards, the 14-15Mb region was defined as non-cache,
  17. ie. if the physical memory present on the motherboard is less than
  18. 14Mb, then any I/O card could use this area to map its dual ported
  19. memory.
  20. On the Enterprise boards the non-cached area is dynamically
  21. allocated by the BIOS, by default the memory region from the top of
  22. the physical memory to the 4 Gigabyte boundary is not cached.
  23. There can be two possible situations:
  24.  
  25.       I.  EISA I/O Card:
  26.       If the Serial Intelligent Controller is EISA, then it can
  27.           address upto 4 Gigabytes of physical memory. So these 
  28.           cards can be configured at locations below 2-3 Gigabytes,
  29.           and then these locations could be made non-cached by using
  30.       the ECU. On the Enterprise board, any location in the 
  31.       memory can be defined as Non-cached, and this is possible
  32.           in the 256k granularity.
  33.  
  34.       II. ISA I/O Cards:
  35.           If the Serial Intelligent Controller is ISA then it can
  36.       address upto 16 Megabytes of physical memory. This means 
  37.       that these cards must be located below the 16 Megabyte 
  38.       boundary, and there should not be any physical memory in 
  39.           that location. If these conditions are met, then the BIOS
  40.       will make the location non-cached by default.
  41.  
  42.           |-----A-----|-----B-----|---------------C---------------|
  43.       
  44.           I-----------I-----------I--------------------//---------I
  45.           0Mb         4Mb         16Mb                            4Gb
  46.                       |           |                               |
  47.               |           |                  |
  48.              Physical Memory      |                  |
  49.               (for example)       |                         EISA Cards
  50.                                   |
  51.                               ISA Cards                          
  52.  
  53.  
  54.           A: EISA/ISA Cards cannot be configured here.
  55.           B: EISA/ISA Cards can be configured here.
  56.           C: EISA Cards can be configured here.